blob: 8023dc086d044d0ac2cab685ac1c8b050adda95b [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-rev-parse(1)
2================
3
4NAME
5----
Junio C Hamano01078922006-03-10 00:31:476git-rev-parse - Pick out and massage parameters
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
Junio C Hamano15567bc2011-07-23 00:51:5911[verse]
Junio C Hamanofce7c7e2008-07-02 03:06:3812'git rev-parse' [ --option ] <args>...
Junio C Hamano1a4e8412005-12-27 08:17:2313
14DESCRIPTION
15-----------
16
Junio C Hamano341071d2006-06-04 07:24:4817Many git porcelainish commands take mixture of flags
Junio C Hamano1a4e8412005-12-27 08:17:2318(i.e. parameters that begin with a dash '-') and parameters
Junio C Hamano1aa40d22010-01-21 17:46:4319meant for the underlying 'git rev-list' command they use internally
Junio C Hamanofce7c7e2008-07-02 03:06:3820and flags and parameters for the other commands they use
Junio C Hamano1aa40d22010-01-21 17:46:4321downstream of 'git rev-list'. This command is used to
Junio C Hamano1a4e8412005-12-27 08:17:2322distinguish between them.
23
24
25OPTIONS
26-------
Junio C Hamanoe1258662007-11-19 05:03:1927--parseopt::
Junio C Hamano1aa40d22010-01-21 17:46:4328Use 'git rev-parse' in option parsing mode (see PARSEOPT section below).
Junio C Hamanoe1258662007-11-19 05:03:1929
Junio C Hamanoa9499de2009-04-30 03:38:4830--keep-dashdash::
Junio C Hamanoe1258662007-11-19 05:03:1931Only meaningful in `--parseopt` mode. Tells the option parser to echo
32out the first `--` met instead of skipping it.
33
Junio C Hamanoccc4d372009-07-06 18:05:3834--stop-at-non-option::
35Only meaningful in `--parseopt` mode. Lets the option parser stop at
36the first non-option argument. This can be used to parse sub-commands
Junio C Hamano167b1382010-01-31 23:04:3137that take options themselves.
Junio C Hamanoccc4d372009-07-06 18:05:3838
Junio C Hamano7ae18252009-05-23 09:53:3239--sq-quote::
Junio C Hamano1aa40d22010-01-21 17:46:4340Use 'git rev-parse' in shell quoting mode (see SQ-QUOTE
Junio C Hamano7ae18252009-05-23 09:53:3241section below). In contrast to the `--sq` option below, this
42mode does only quoting. Nothing else is done to command input.
43
Junio C Hamano1a4e8412005-12-27 08:17:2344--revs-only::
45Do not output flags and parameters not meant for
Junio C Hamano1aa40d22010-01-21 17:46:4346'git rev-list' command.
Junio C Hamano1a4e8412005-12-27 08:17:2347
48--no-revs::
49Do not output flags and parameters meant for
Junio C Hamano1aa40d22010-01-21 17:46:4350'git rev-list' command.
Junio C Hamano1a4e8412005-12-27 08:17:2351
52--flags::
53Do not output non-flag parameters.
54
55--no-flags::
56Do not output flag parameters.
57
58--default <arg>::
59If there is no parameter given by the user, use `<arg>`
60instead.
61
62--verify::
63The parameter given must be usable as a single, valid
64object name. Otherwise barf and abort.
65
Junio C Hamanoeb415992008-06-08 22:49:4766-q::
67--quiet::
Junio C Hamano9ab87672008-04-28 08:40:2968Only meaningful in `--verify` mode. Do not output an error
69message if the first argument is not a valid object name;
70instead exit with non-zero status silently.
71
Junio C Hamano1a4e8412005-12-27 08:17:2372--sq::
73Usually the output is made one line per flag and
74parameter. This option makes output a single line,
75properly quoted for consumption by shell. Useful when
76you expect your parameter to contain whitespaces and
77newlines (e.g. when using pickaxe `-S` with
Junio C Hamano2db3e752010-09-03 21:33:0678'git diff-{asterisk}'). In contrast to the `--sq-quote` option,
Junio C Hamano7ae18252009-05-23 09:53:3279the command input is still interpreted as usual.
Junio C Hamano1a4e8412005-12-27 08:17:2380
81--not::
82When showing object names, prefix them with '{caret}' and
83strip '{caret}' prefix from the object names that already have
84one.
85
86--symbolic::
87Usually the object names are output in SHA1 form (with
88possible '{caret}' prefix); this option makes them output in a
89form as close to the original input as possible.
90
Junio C Hamano35738e82008-01-07 07:55:4691--symbolic-full-name::
92This is similar to \--symbolic, but it omits input that
93are not refs (i.e. branch or tag names; or more
94explicitly disambiguating "heads/master" form, when you
95want to name the "master" branch when there is an
96unfortunately named tag "master"), and show them as full
97refnames (e.g. "refs/heads/master").
Junio C Hamano1a4e8412005-12-27 08:17:2398
Junio C Hamanod2179ef2010-10-22 04:12:1799--abbrev-ref[=(strict|loose)]::
Junio C Hamano3bd66e92009-04-18 06:17:56100A non-ambiguous short name of the objects name.
101The option core.warnAmbiguousRefs is used to select the strict
102abbreviation mode.
103
Junio C Hamano1a4e8412005-12-27 08:17:23104--all::
Junio C Hamano4fdccb22010-02-19 09:58:14105Show all refs found in `refs/`.
Junio C Hamano1a4e8412005-12-27 08:17:23106
Junio C Hamano57827fb2010-01-23 03:02:50107--branches[=pattern]::
108--tags[=pattern]::
109--remotes[=pattern]::
110Show all branches, tags, or remote-tracking branches,
Junio C Hamano4fdccb22010-02-19 09:58:14111respectively (i.e., refs found in `refs/heads`,
112`refs/tags`, or `refs/remotes`, respectively).
Junio C Hamano57827fb2010-01-23 03:02:50113+
114If a `pattern` is given, only refs matching the given shell glob are
115shown. If the pattern does not contain a globbing character (`?`,
Junio C Hamano2db3e752010-09-03 21:33:06116`{asterisk}`, or `[`), it is turned into a prefix match by
117appending `/{asterisk}`.
Junio C Hamano6959c6c2006-05-17 10:34:11118
Junio C Hamano57827fb2010-01-23 03:02:50119--glob=pattern::
120Show all refs matching the shell glob pattern `pattern`. If
121the pattern does not start with `refs/`, this is automatically
122prepended. If the pattern does not contain a globbing
Junio C Hamano2db3e752010-09-03 21:33:06123character (`?`, `{asterisk}`, or `[`), it is turned into a prefix
124match by appending `/{asterisk}`.
Junio C Hamano6959c6c2006-05-17 10:34:11125
Junio C Hamanoa9701f02010-01-21 00:42:16126--show-toplevel::
127Show the absolute path of the top-level directory.
128
Junio C Hamano1a4e8412005-12-27 08:17:23129--show-prefix::
130When the command is invoked from a subdirectory, show the
131path of the current directory relative to the top-level
132directory.
133
134--show-cdup::
135When the command is invoked from a subdirectory, show the
136path of the top-level directory relative to the current
137directory (typically a sequence of "../", or an empty string).
138
Junio C Hamanoe246e3b2006-02-19 08:45:18139--git-dir::
Junio C Hamano3609b332010-12-29 01:34:52140Show `$GIT_DIR` if defined. Otherwise show the path to
141the .git directory, relative to the current directory.
142+
143If `$GIT_DIR` is not defined and the current directory
144is not detected to lie in a git repository or work tree
145print a message to stderr and exit with nonzero status.
Junio C Hamanoe246e3b2006-02-19 08:45:18146
Junio C Hamanoee695f22007-06-21 00:35:36147--is-inside-git-dir::
Junio C Hamanod526ba92007-07-02 00:17:42148When the current working directory is below the repository
149directory print "true", otherwise "false".
150
151--is-inside-work-tree::
152When the current working directory is inside the work tree of the
153repository print "true", otherwise "false".
154
155--is-bare-repository::
156When the repository is bare print "true", otherwise "false".
Junio C Hamanoee695f22007-06-21 00:35:36157
Junio C Hamano636c8b22010-03-07 22:25:17158--local-env-vars::
159List the GIT_* environment variables that are local to the
160repository (e.g. GIT_DIR or GIT_WORK_TREE, but not GIT_EDITOR).
161Only the names of the variables are listed, not their value,
162even if they are set.
163
Junio C Hamanoeb415992008-06-08 22:49:47164--short::
165--short=number::
Junio C Hamanoe246e3b2006-02-19 08:45:18166Instead of outputting the full SHA1 values of object names try to
Junio C Hamano341071d2006-06-04 07:24:48167abbreviate them to a shorter unique name. When no length is specified
Junio C Hamanoe246e3b2006-02-19 08:45:181687 is used. The minimum length is 4.
169
Junio C Hamanoeb415992008-06-08 22:49:47170--since=datestring::
171--after=datestring::
Junio C Hamanofce7c7e2008-07-02 03:06:38172Parse the date string, and output the corresponding
Junio C Hamano1aa40d22010-01-21 17:46:43173--max-age= parameter for 'git rev-list'.
Junio C Hamano1a4e8412005-12-27 08:17:23174
Junio C Hamanoeb415992008-06-08 22:49:47175--until=datestring::
176--before=datestring::
Junio C Hamanofce7c7e2008-07-02 03:06:38177Parse the date string, and output the corresponding
Junio C Hamano1aa40d22010-01-21 17:46:43178--min-age= parameter for 'git rev-list'.
Junio C Hamano1a4e8412005-12-27 08:17:23179
180<args>...::
181Flags and parameters to be parsed.
182
Junio C Hamano58700662011-10-10 23:42:27183--resolve-git-dir <path>::
184Check if <path> is a valid git-dir or a git-file pointing to a valid
185git-dir. If <path> is a valid git-dir the resolved path to git-dir will
186be printed.
Junio C Hamano1a4e8412005-12-27 08:17:23187
Junio C Hamano78e3a782010-07-15 22:24:45188include::revisions.txt[]
Junio C Hamano872c5682006-07-07 06:05:40189
Junio C Hamanoe1258662007-11-19 05:03:19190PARSEOPT
191--------
192
Junio C Hamano1aa40d22010-01-21 17:46:43193In `--parseopt` mode, 'git rev-parse' helps massaging options to bring to shell
Junio C Hamanoe1258662007-11-19 05:03:19194scripts the same facilities C builtins have. It works as an option normalizer
195(e.g. splits single switches aggregate values), a bit like `getopt(1)` does.
196
197It takes on the standard input the specification of the options to parse and
Junio C Hamanoa9788762010-08-03 15:15:54198understand, and echoes on the standard output a string suitable for `sh(1)` `eval`
Junio C Hamanoe1258662007-11-19 05:03:19199to replace the arguments with normalized ones. In case of error, it outputs
200usage on the standard error stream, and exits with code 129.
201
Junio C Hamanoa9788762010-08-03 15:15:54202Note: Make sure you quote the result when passing it to `eval`. See
203below for an example.
204
Junio C Hamanoe1258662007-11-19 05:03:19205Input Format
206~~~~~~~~~~~~
207
Junio C Hamano1aa40d22010-01-21 17:46:43208'git rev-parse --parseopt' input format is fully text based. It has two parts,
Junio C Hamanoe1258662007-11-19 05:03:19209separated by a line that contains only `--`. The lines before the separator
210(should be more than one) are used for the usage.
211The lines after the separator describe the options.
212
213Each line of options has this format:
214
215------------
Junio C Hamanobb343172008-03-09 10:39:09216<opt_spec><flags>* SP+ help LF
Junio C Hamanoe1258662007-11-19 05:03:19217------------
218
219`<opt_spec>`::
220its format is the short option character, then the long option name
221separated by a comma. Both parts are not required, though at least one
222is necessary. `h,help`, `dry-run` and `f` are all three correct
223`<opt_spec>`.
224
Junio C Hamanobb343172008-03-09 10:39:09225`<flags>`::
226`<flags>` are of `*`, `=`, `?` or `!`.
227* Use `=` if the option takes an argument.
228
229* Use `?` to mean that the option is optional (though its use is discouraged).
230
231* Use `*` to mean that this option should not be listed in the usage
232 generated for the `-h` argument. It's shown for `--help-all` as
Junio C Hamano2fbcd212008-05-14 22:26:07233 documented in linkgit:gitcli[7].
Junio C Hamanobb343172008-03-09 10:39:09234
235* Use `!` to not make the corresponding negated long option available.
Junio C Hamanoe1258662007-11-19 05:03:19236
237The remainder of the line, after stripping the spaces, is used
238as the help associated to the option.
239
240Blank lines are ignored, and lines that don't match this specification are used
241as option group headers (start the line with a space to create such
242lines on purpose).
243
244Example
245~~~~~~~
246
247------------
248OPTS_SPEC="\
249some-command [options] <args>...
250
251some-command does foo and bar!
252--
253h,help show the help
254
255foo some nifty option --foo
256bar= some cool option --bar with an argument
257
258 An option group Header
259C? option C with an optional argument"
260
Junio C Hamanoa9788762010-08-03 15:15:54261eval "$(echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)"
Junio C Hamanoe1258662007-11-19 05:03:19262------------
263
Junio C Hamano7ae18252009-05-23 09:53:32264SQ-QUOTE
265--------
266
Junio C Hamano1aa40d22010-01-21 17:46:43267In `--sq-quote` mode, 'git rev-parse' echoes on the standard output a
Junio C Hamano7ae18252009-05-23 09:53:32268single line suitable for `sh(1)` `eval`. This line is made by
269normalizing the arguments following `--sq-quote`. Nothing other than
270quoting the arguments is done.
271
272If you want command input to still be interpreted as usual by
Junio C Hamano1aa40d22010-01-21 17:46:43273'git rev-parse' before the output is shell quoted, see the `--sq`
Junio C Hamano7ae18252009-05-23 09:53:32274option.
275
276Example
277~~~~~~~
278
279------------
280$ cat >your-git-script.sh <<\EOF
281#!/bin/sh
282args=$(git rev-parse --sq-quote "$@") # quote user-supplied arguments
283command="git frotz -n24 $args" # and use it inside a handcrafted
284# command line
285eval "$command"
286EOF
287
288$ sh your-git-script.sh "a b'c"
289------------
290
Junio C Hamanofeeb1be2008-05-22 00:53:35291EXAMPLES
292--------
293
294* Print the object name of the current commit:
295+
296------------
297$ git rev-parse --verify HEAD
298------------
299
300* Print the commit object name from the revision in the $REV shell variable:
301+
302------------
303$ git rev-parse --verify $REV
304------------
305+
306This will error out if $REV is empty or not a valid revision.
307
308* Same as above:
309+
310------------
311$ git rev-parse --default master --verify $REV
312------------
313+
314but if $REV is empty, the commit object name from master will be printed.
315
Junio C Hamano1a4e8412005-12-27 08:17:23316GIT
317---
Junio C Hamanof7c042d2008-06-06 22:50:53318Part of the linkgit:git[1] suite